From: Richard M. Stallman Date: Sat, 17 Nov 2001 22:30:16 +0000 (+0000) Subject: (menu-bar-update-buffers-1): Don't pad the buffer name. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~60518 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=75547194d378932a1f0edb28c6bb078ec73cfb45;p=emacs.git (menu-bar-update-buffers-1): Don't pad the buffer name. --- diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 01efd3b6d68..c0454fdb776 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -1016,7 +1016,8 @@ key (or menu-item)")) (defun menu-bar-update-buffers-1 (elt) (cons (format - (format "%%%ds %%s%%s %%s" menu-bar-update-buffers-maxbuf) + ;; (format "%%%ds %%s%%s %%s" menu-bar-update-buffers-maxbuf) + "%s %s%s -- %s" (cdr elt) (if (buffer-modified-p (car elt)) "*" " ")